home *** CD-ROM | disk | FTP | other *** search
- @interface Square3D : Cell
- {
- float background;
- int row;
- int color;
- int type;
- NXRect location;
- BOOL moving;
- }
-
- - setMoving: (BOOL)flag;
- - (BOOL) moving;
- - (int)type;
- - (int)colorVal;
- - setType: (int)t color:(int)c;
- - setRow: (int)r;
- - setBackground: (float) b;
- - (NXRect *)location;
- - setLocation: (NXRect *)r;
- - highlight: (const NXRect *)f inView: v;
- - drawSelf:(const NXRect *)cellFrame inView:v;
- - drawInside:(const NXRect *)cellFrame inView:v;
- - drawBackground:(const NXRect *)f inView: v;
- @end
-